sedf: remove useless tracing printk and harmonize comments style.
authorDario Faggioli <dario.faggioli@citrix.com>
Sun, 15 Jan 2012 22:05:12 +0000 (22:05 +0000)
committerDario Faggioli <dario.faggioli@citrix.com>
Sun, 15 Jan 2012 22:05:12 +0000 (22:05 +0000)
commit3d4a6199ad1311e86317152e30a7f888ab36c60f
tree1d6d6e5696ba7a37654caf37f4eee5a6f0401882
parenta2c9c2f9f08b1cf12cb56644417bde6373095e80
sedf: remove useless tracing printk and harmonize comments style.

sched_sedf.c used o have its own mechanism for producing tracing-alike
kind of information (domain block, wakeup, etc.). Nowadays, with an
even not so high number of pCPUs/vCPUs, just trying to enable this
makes the serial console completely unusable, produces tons of very
hard to parse and interpreet logging and can easily livelock
Dom0. Moreover, pretty much the same result this is struggling to get
to, is better achieved by enabling the scheduler-related tracing
events, as it is for the other schedulers (say, credit or credit2).

For all these reasons, this removes that machinery completely. While
at it, check in some cosmetics that harmonize the comments withim
themself and with the rest of the code base.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
xen/common/sched_sedf.c